mirror of
https://github.com/fluencelabs/registry-demo
synced 2025-04-25 00:02:14 +00:00
11 lines
284 B
TypeScript
11 lines
284 B
TypeScript
|
import { AvmRunnerBackground } from '@fluencelabs/avm-runner-background';
|
||
|
|
||
|
export default new AvmRunnerBackground({
|
||
|
method: 'fetch-from-url',
|
||
|
baseUrl: 'https://fluence.one/registry-demo/',
|
||
|
filePaths: {
|
||
|
avm: 'avm.wasm',
|
||
|
marine: 'marine-js.wasm',
|
||
|
},
|
||
|
});
|