import emulate from "@suwatte/emulator";
import { Target } from "../runners/source";
const source = emulate(Target);
source
.getContent("")
.then((v) => {
console.log(v);
})
.catch((err) => {
console.log(err);
});
-
Notifications
You must be signed in to change notification settings - Fork 1
Required implementations for running suwatte scripts in standard JS environments.
License
Suwatte/Emulator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Required implementations for running suwatte scripts in standard JS environments.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published