Sign in
webkit
/
WebKit
/
919aeb989a73073e2f1d75e53d7d882b3cc61ca8
/
.
/
JSTests
/
wasm
/
modules
/
js-wasm-cycle
/
entry-memory.js
blob: 120986d2070d6788aa62b3196faa0dd29fc369a4 [
file
] [
log
] [
blame
]
import
{
f
}
from
"./memory.wasm"
export
const
m
=
new
WebAssembly
.
Memory
({
initial
:
10
});