mirror of
https://github.com/nlepage/go-wasm-http-server.git
synced 2025-03-11 01:29:11 +00:00
10 lines
260 B
JavaScript
10 lines
260 B
JavaScript
importScripts(
|
|
'https://raw.githubusercontent.com/nlepage/go-wasm-http-server/master/lib/wasm_exec/wasm_exec.js',
|
|
'https://raw.githubusercontent.com/nlepage/go-wasm-http-server/master/index.js',
|
|
)
|
|
|
|
wasmhttp.serve({
|
|
wasm: 'test.wasm',
|
|
base: '/test',
|
|
})
|