mirror of
https://github.com/nlepage/go-wasm-http-server.git
synced 2026-01-12 10:09:12 +00:00
10 lines
288 B
JavaScript
10 lines
288 B
JavaScript
importScripts(
|
|
'https://raw.githubusercontent.com/nlepage/go-wasm-http-server/master/lib/wasm_exec/wasm_exec.js?sanitize=true',
|
|
'https://raw.githubusercontent.com/nlepage/go-wasm-http-server/master/index.js?sanitize=true',
|
|
)
|
|
|
|
wasmhttp.serve({
|
|
wasm: 'test.wasm',
|
|
base: '/test',
|
|
})
|